# Gaussian horizontal blur (sigma=0.625)
# range -128..128
# sum of line must not exceed the range!
# horizontal coefficients
   5,   59,   59,    5
   4,   55,   63,    6
   3,   50,   68,    7
   2,   45,   72,    9
   2,   40,   75,   11
   1,   35,   79,   13
   1,   31,   80,   16
   1,   27,   81,   19
   0,   23,   82,   23
   0,   19,   82,   27
   0,   16,   81,   31
   0,   14,   79,   35
   0,   11,   77,   40
   0,    9,   74,   45
   0,    7,   70,   51
   0,    6,   66,   56